![]() |
PATH![]() |
![]() ![]() |
Script objects are objects that you define and use in scripts. Like the application and system objects described earlier in this guide, script objects have properties and can respond to commands. Unlike application or system objects, script objects are defined within scripts.
AppleScript's script objects have capabilities common to object-oriented programming languages. For example, you can define groups of script objects that share properties and handlers, and you can extend or modify the behavior of a handler in one script object when calling it from another script object.
This chapter describes handlers in the following sections: